home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / apps / other / xxxxs.lzh / README next >
Text File  |  1990-04-23  |  989b  |  29 lines

  1.  
  2.     XXXX
  3.  
  4.     This program was written for a friend who was printing up raffle
  5.     tickets on his ST with PageStream.  It will search through a
  6.     file and replace a sequence of XXXXs with an incremental counter.
  7.  
  8.     usage: xxxx filename.ext -start -count -numberofx -duplicates
  9.     
  10.     e.g. from mupfel or gulam:
  11.  
  12.     xxxx filename.doc -1000 -250 -4 -2
  13.  
  14.     will replace 250 sequences of 4 'X's with a counter starting at
  15.     1000 and going through 1249.  Actually 500 replacements will be
  16.     done since duplicates is set to 2.  My friend had a stub and
  17.     a name/address form so each had to be numbered the same.
  18.  
  19.     ('xxxx filename.ext' will default to the those values - 1000,250,4,2).
  20.  
  21.     'xxxx' will return instructions.
  22.  
  23.     Nitty gritty: if there are not enough sequences of 'X's, new files will
  24.         be created.  e.g. my friend had 5 pages of 3 tickets in a
  25.         file called raffle.doc - the output of XXXX was into sixteen
  26.         files called raf000.doc - raf015.doc, since 16*5*3 >= 250.
  27.  
  28.     -- Greg
  29.